About 1440 letters

About 7 minutes

#HTML <param>

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

#Attributes

  • name Deprecated : Name of the parameter.

  • value Deprecated : Specifies the value of the parameter.

  • type Deprecated : Only used if the valuetype is set to ref. Specifies the MIME type of values found at the URI specified by value.

  • valuetype Deprecated : Specifies the type of the value attribute. Possible values are:

    • data: Default value. The value is passed to the object's implementation as a string.
    • ref: The value is a URI to a resource where run-time values are stored.
    • object: An ID of another <object> in the same document.

Created in 6/9/2025

Updated in 6/9/2025